SLMIDIMuteSoloItf_

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

GetChannelMute
SLresult function(SLMIDIMuteSoloItf self, SLuint8 channel, SLboolean* pMute) GetChannelMute;
Undocumented in source.
GetChannelSolo
SLresult function(SLMIDIMuteSoloItf self, SLuint8 channel, SLboolean* pSolo) GetChannelSolo;
Undocumented in source.
GetTrackCount
SLresult function(SLMIDIMuteSoloItf self, SLuint16* pCount) GetTrackCount;
Undocumented in source.
GetTrackMute
SLresult function(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean* pMute) GetTrackMute;
Undocumented in source.
GetTrackSolo
SLresult function(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean* pSolo) GetTrackSolo;
Undocumented in source.
SetChannelMute
SLresult function(SLMIDIMuteSoloItf self, SLuint8 channel, SLboolean mute) SetChannelMute;
Undocumented in source.
SetChannelSolo
SLresult function(SLMIDIMuteSoloItf self, SLuint8 channel, SLboolean solo) SetChannelSolo;
Undocumented in source.
SetTrackMute
SLresult function(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean mute) SetTrackMute;
Undocumented in source.
SetTrackSolo
SLresult function(SLMIDIMuteSoloItf self, SLuint16 track, SLboolean solo) SetTrackSolo;
Undocumented in source.

Meta